func net.isLocalhost

2 uses

	net (current package)
		conf.go#L392: 				if isLocalhost(hostname) || isGateway(hostname) || isOutbound(hostname) {
		conf.go#L509: func isLocalhost(h string) bool {